home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / doc / lmitool / fig4.eps (.svg) < prev    next >
Encapsulated PostScript  |  1999-09-16  |  22KB  |  424x586  |  8-bit (242 colors)
Labels: text | electronics | screenshot | display | computer | software | number
OCR: Scilab Dialog Panel Function definitions Here is a skeleton of the functions which you shoud edit You can do the editing in this window or click on 'ok', save the skeleton and edit later using your favorite editor function [L,X,gamma]=MM_estim(H,V) // Generated by Imitool on Tue Feb 07 13:34:28 MET 1995 Mbound = 1e3; abstol = 1e-10; nu = 10; maxiters= 100; reltol 1e-10; options=[Mbound, abstol,nu,maxiters,reltoll; [////////DEFINE INITIAL GUESS BELOW L_init=... X_init=... gamma_init=... //////// XLISTO=list (L_init,X_init,gamma_init) XLIST=lmisolver (XLISTO, MM_estim_eval,options) [L,X,gamma]=XLIST(:) /////EVALUATION FUNCTION///// function [LME,LMI,OBJ]=MM_estim_eval (XLIST) [L,X,gamma]=XLIST(:) /////DEFINE LME, LMI and OBJ BELOW LME=... LMI=... OBJ=... Ok Cancel